Class EAuthzUnknownProtectedRes
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.authorization.EAuthzException
com.netscape.certsrv.authorization.EAuthzUnknownProtectedRes
- All Implemented Interfaces:
Serializable
Exception for protected resource unknown to the authorization manager
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEAuthzUnknownProtectedRes
(String errorString) Constructs a exception for a protected resource unknown to the authorization manager -
Method Summary
Methods inherited from class com.netscape.certsrv.authorization.EAuthzException
getBundleName
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EAuthzUnknownProtectedRes
Constructs a exception for a protected resource unknown to the authorization manager- Parameters:
errorString
- Detailed error message.
-